home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 April: System Software / Apple_Developer_Group_April_1994_System_Software_Edition.iso / System Software / Worldwide System Software / * Read Me First! * next >
Encoding:
Text File  |  1993-08-23  |  1.7 KB  |  29 lines  |  [TEXT/ttxt]

  1. ---------------------------------------------------------------------------------
  2. Creating System Software disks from Net-Installs
  3. ---------------------------------------------------------------------------------
  4.  
  5. On the Developer CD, you are provided with a set of system software folders that you can do installations from. If you want to make a set of disks from these folders, do the following:
  6.  
  7. 1) Format a floppy disk, and give it precisely the same name as the folder by selecting the folder, choosing "Copy" from the Edit menu (or command-C), selecting the title of the disk, and choosing "Paste" from the Edit menu (or command-V).
  8. 2) Open the folder and select all of the files (command-A).
  9. 3) Drag these files from the folder onto the floppy disk.
  10.  
  11. This will not create a disk with the exact same layout as the associated folder, but the installer will not care about this.  The resulting disk set will correctly install from an already-booted (running) Macintosh.
  12.  
  13. ---------------------------------------------------------------------------------
  14. Creating a bootable "Install" or "InstallMeFirst" disk from a net-install folder
  15. ---------------------------------------------------------------------------------
  16.  
  17. To create bootable "Install" and "InstallMeFirst" disks, you must bless the disks. To do so, you use an MPW tool called "Bless".
  18.  
  19. 1) Drag the "Bless" tool from the Dev CD into your MPW "Tools" folder. You may already have this tool in that folder.
  20. 2) Insert the "Install" or "InstallMeFirst" disk into your MPW machine.
  21. 3) Type the following line into your MPW worksheet:
  22.  
  23. Bless '<pathToSystemToBless>' Installer Installer
  24.  
  25. e.g.
  26.  
  27. Bless 'InstallMeFirst:System' Installer Installer
  28.  
  29. 4) The disk will be ejected. LOCK THE DISK IMMEDIATELY.